C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / DataCollection Property

In This Topic
DataCollection Property (C1RecyclerViewAdapter<T>)
In This Topic
Gets the data collection which provides the data items.
Syntax
'Declaration
 
Public ReadOnly Property DataCollection As IDataCollection(Of T)
 
See Also